home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 3 / USEnet 3.064 < prev    next >
Encoding:
Text File  |  1988-04-08  |  29.1 KB  |  753 lines  |  [TEXT/ttxt]

  1. 29-Sep-87 10:03:26-PDT,30530;000000000001
  2. Date: Sat 5 Sep 87 10:39:56-GMT
  3. From: Jeff Shulman <SHULMAN@SDR>
  4. Subject: Usenet Mac Digest V3 #64
  5.  
  6. Usenet Mac Digest     Saturday, September 5, 1987    Volume 3 : Issue 64 
  7.  
  8. Today's Topics:
  9.      GCC Personal Laser Printer
  10.      Bug in LSC or the transcendental functions package?
  11.      Query: Varityper VT600 plain paper typesetter
  12.      Mac SE Squeal
  13.      4th Dimension comments
  14.      Another MS Word 3.01 Bug
  15.      SANE help
  16.      Rotation Algorithm needed
  17.      Re: 4th Dimension comments
  18.      Hypercard Reports
  19.      Re: Learning Japanese
  20.      Documentation on HyperCard External Commands
  21.      512KE Accelerators?
  22.      Re: Trivial SE question
  23.      VersaTerm in background under MultiFinder
  24.      Re: Rotation Algorithm needed
  25.      Re: Mac <-> VMEbus ??
  26.      Excel memory limits
  27.      Bug in TMON 2.8
  28.      SIMM RAM for the MacII
  29.      Re: HyperCard Availability
  30.      Humble Expert System Shell
  31.      Re: Rotation Algorithm needed
  32.  
  33. ---------------------------------------------------------------------- 
  34.  
  35. From: egv@aicchi.UUCP (Vann)
  36. Subject: GCC Personal Laser Printer
  37. Date: 27 Aug 87 04:39:40 GMT
  38. Organization: Analysts International Corp; Chicago Branch
  39.  
  40. For those of you who might be interested, here are a few impressions
  41. regarding the new QuickDraw based printer from General Computer.
  42.  
  43. (1) Its diminutive size makes it perfect for a single user. It comes
  44.     with a tilted tray which holds about 60 sheets or so. There is also a
  45.     provision for manually feeding sheets and envelopes for specific purposes.
  46.  
  47. (2) You might want to upgrade the physical memory of your machine to at
  48.     least 2Meg. There are one or two programs which force the printer to leave
  49.     the interactive printing mode. You are notified that you will have to
  50.     print the page(s) later using their batch facility. Again not a big
  51.     problem for a single user, who does NOT have high volume.
  52.  
  53. (3) Fonts are quite nice. In my opinion as nice as those on the LW Plus.
  54.     In addition there is none of the overhead incurred from loading them
  55.     into RAM as on the LW Plus when using other than those embedded in ROM.
  56.     You can have as many as you have disk space for.
  57.  
  58. (4) Prints MacPaint type pictures better than the LW. Does a very good
  59.     job on MacDraw images as well. Have not as yet tried the output from a
  60.     package such as Illustrator. It is claimed that it will work with
  61.     Illustrator but will not do some of the fancier things such as "fountaining". Again
  62.     this is a printer for someone who wants the clarity of laser printed text
  63.     but also wants to retain graphic capability (albeit limited) for various
  64.     reasons.
  65.  
  66. (5) I have tried it with almost all of the packages I own, and it works
  67.     pretty much flawlessly. There is a list of known problems. But don't let
  68.     this fact put you off. Try it out. The price makes its limitations matter
  69.     a bit less.
  70.  
  71. (6) It currently ownly runs off a SCSI port, but there is a provision to
  72.     have it access the serial port. When this is done you will have to use a
  73.     RAM cartridge for which there is a slot. There are two SCSI ports on the
  74.     printer.
  75.  
  76. All in all I am very happy with the product. It provided an alternative
  77. to the pricey LW's and still gives me the features I wanted most anyway.
  78. Ciao!
  79.  
  80. -- 
  81.                 Eric Geoffrey Vann
  82.                 Analysts International (Chicago Branch)
  83.                 (312) 882-4673
  84.                 ..!ihnp4!aicchi!egv
  85.  
  86.  
  87. ------------------------------
  88.  
  89. From: waldman@endor.harvard.edu (benjamin Waldman)
  90. Subject: Bug in LSC or the transcendental functions package?
  91. Date: 27 Aug 87 15:47:07 GMT
  92. Organization: Aiken Computation Lab Harvard, Cambridge, MA
  93.  
  94. Yesterday, I came across what I think is a bug in either LightSpeed C or
  95. the transcendental functions package.
  96.  
  97. After I generate a NAN(033) (illegal argument to trig function), the
  98. tangent function seems to stop working (returns a bad value), even
  99. though sine and cosine continue to work properly.
  100.  
  101. My code looked something like this:
  102.  
  103. double a=1;
  104. double b=0;
  105. double c;
  106.  
  107. printf("%f %f %f\n",sin(PI/4),tan(0),tan(PI/4));  /* I get correct answers */
  108. c=a/b;  /* c now is an infinity bit pattern */
  109. printf("%f %f\n",c,sin(c)); /* outputs   INF NAN(033) */
  110. printf("%f %f %f\n",sin(PI/4),tan(0),tan(PI/4));
  111.  
  112. For this last line, I get the correct answer for sine, but the tangents
  113. just give question marks, e.g. the output was .7071etc. ? ?.
  114.  
  115. Why would this happen?  There is a bug somewhere, obviously.  I am using
  116. LSC v2.01, and System 2.something (because I'm using an unenhanced 512K
  117. mac). Is this something that has been corrected in a later system?
  118.  
  119.                 Thanks
  120.                  Ben Waldman
  121.  
  122. waldman%husc4@harvard.ARPA    waldman@husc4.harvard.edu
  123. waldman@husc4.UUCP        waldman@HARVUNXU.BITNET ..{seismo, harpo, ihnp4,
  124. linus, allegra, ut-sally}!harvard!husc4!waldman
  125.  
  126.  
  127. ------------------------------
  128.  
  129. From: david@gladys.UUCP (David Dalton)
  130. Subject: Query: Varityper VT600 plain paper typesetter
  131. Date: 27 Aug 87 16:09:42 GMT
  132. Organization: SF Writers' Network, Bethania, NC
  133.  
  134. Does anyone have any experience with the Varityper VT600 plain paper
  135. typesetter? Even though they call it a typesetter, it appears to be
  136. essentially a high-resolution laser printer with 600x600 resolution,
  137. M68020 controller, and 6 megs of RAM. It understands Postscript and has
  138. an AppleTalk interface, so it appears to be a direct high-resolution
  139. alternative to the LaserWriter. My employer (a newspaper) is setting up
  140. a Macintosh graphics system, and we plan to take a look at this machine.
  141. All we've seen so far, though, is the promotion literature.
  142.  
  143. -- 
  144. David Dalton     ihnp4!gladys!david  -or-  mtune!gladys!david
  145. ____________    P.O. Box 256, Bethania, NC 27010 
  146.  
  147.  
  148. ------------------------------
  149.  
  150. From: vita@cordelia.steinmetz (Mark F. Vita)
  151. Subject: Mac SE Squeal
  152. Date: 27 Aug 87 17:33:11 GMT
  153. Organization: General Electric CRD, Schenectady, NY
  154.  
  155. My two-floppy Mac SE has started doing a strange thing recently. About a
  156. minute or so after powering up the machine, it emits a bizarre
  157. high-pitched squeal.  The sound is about two seconds in duration, and is
  158. somewhat reminiscent of fingernails on a chalkboard (well, not quite
  159. that bad, but close).
  160.  
  161. I first noticed this behavior about two weeks ago (well, actually, this
  162. was when I first realized that it was indeed the Mac that was producing
  163. the noise.)  Have anyone else had this problem?  Anyone know what might
  164. be causing it?  Is it worth bringing to a dealer (cringe) for service? 
  165. There's absolutely nothing functionally wrong with the machine (that I
  166. can tell, anyways).
  167.  
  168. I did bring the machine in several weeks ago for service -- my screen
  169. was out-of-focus in the corners.  I wonder if the solving that problem
  170. could have somehow caused this one....?
  171.  
  172. Anyways, thanks in advance for any clues/advice you can provide...
  173. Mark Vita                              ARPA: vita@ge-crd.ARPA
  174. General Electric Company               UUCP: vita@desdemona.steinmetz.UUCP
  175. Corporate R & D                              vita@desdemona.steinmetz.ge.com
  176. Schenectady, NY
  177.  
  178. ------------------------------
  179.  
  180. From: danm@tekig5.TEK.COM (Daniel Milliron)
  181. Subject: 4th Dimension comments
  182. Date: 27 Aug 87 16:21:20 GMT
  183. Organization: Tektronix Inc., Beaverton, Or.
  184.  
  185. I have been using 4th Dimension from Acius, Inc. for the past couple
  186. weeks and have two comments for the net -- one good, one bad.
  187.  
  188. 1. First the Good:  4th Dimension is THE best database for the Mac.  I
  189.    have seen nearly all the others and 4D beats them in power, reliability,
  190.    and ease of use (compared to the others as a group and not individually).
  191.    4D is not perfect, however.  I have made a list of ~8 not-terribly-important
  192.    bug-like "features" I have come across.  I have another list of ~6
  193.    enhancements I would appreciate seeing.  BTW, Acius is working on the next
  194.    version and they welcome feedback, so I am sending them my lists.
  195.  
  196. 2. The Bad:  Acius has a policy that I would like to change via pressure
  197.    from the network (if there is such a thing).  I discovered this policy
  198.    when I phoned their tech support line.  Here's what happened:
  199.  
  200.    I had been having a problem getting some 4D-language procedures I had
  201.    written to work.  Not only were the results not what I expected, but
  202.    the program would crash with "ID=02" illegal-odd-address errors.  The
  203.    techie at Acius told me that I was using a technique that was against the
  204.    rules: changing the current record selection or current record pointer from
  205.    within a layout procedure (it's OK from within a global procedure).  This
  206.    rule is non-intuitive: there is no obvious reason for it.  I asked where that
  207.    rule was, because in my nearly-four-times-thoroughly reading of the
  208.    manuals I had not seen it.  He read it to me verbatim over the phone and said
  209.    it was in the Developers' Notes.  [Explanation: the average purchaser of 4D
  210.    ($699 retail) is considered an end user.  For $695 extra, you can become a
  211.    registered developer, entitling you to the Developers' Notes, a
  212.    run-time environment for custom applications (only necessary if you are
  213.    selling 4D-based applications), and 50%-off the run-time libraries (object
  214.    code enhancements).]  I told the techie that I was not a "Developer" and
  215.    so I do not have the Notes.  No problem, he said, beecause they are
  216.    available on CompuServe.  I don't subscribe to CompuServe either, so I am
  217.    S.O.L.
  218.  
  219.    The bottom line is this:  Acius is selling you a product and not
  220.    giving all the necessary documentation.  In this case I was not told about
  221.    an obscure but very important rule about designing procedures.  Not
  222.    getting all the documentation isn't so bad: it happens all the time with new
  223.    software -- things get left out of the original versions of the
  224.    manuals. What stinks is that Acius wants me to pay $695 or subscribe to an
  225.    information service instead of supporting me with manual updates like
  226.    all the other nice software publishers do.
  227.  
  228.    Speaking of their support, Acius's technical staff is always busy. 
  229.    One time it took almost a week to get a phone call back.  The staff can be
  230.    cocky and sarcastic, but then, so am I, so who cares.  They should staff the
  231.    phones more, especially as their product sees a larger user population. 
  232.    They should also provide a toll-free number.
  233.  
  234. [ Moderators Note:  I found the Acius technical support staff to be friendly
  235. and courteous.  When I call they are always busy but they have been returning
  236. my calls within an hour.  I will have more to say about 4D soon. - Jeff ]
  237.  
  238. All in all, I love 4D and enjoy using it.  I recommend it highly.  But
  239. if other users feel the same way about this policy I described, let's
  240. let them know. Their cockiness may make it harder to get policy changes,
  241. since they know they have the best product on the market and that the
  242. competition is way behind.
  243.  
  244. Dan Milliron
  245. Tektronix, Inc.
  246.  
  247. ------------------------------
  248.  
  249. From: bill@ut-ngp.UUCP (Bill Jefferys)
  250. Subject: Another MS Word 3.01 Bug
  251. Date: 28 Aug 87 14:31:02 GMT
  252. Organization: UTexas Computation Center, Austin, Texas
  253.  
  254. Has anyone noticed the following bug in MS Word v. 3.01? (It wasn't in
  255. v. 3.0.)
  256.  
  257. When printing a document with several sections, Word only prints the
  258. last section as the default. To get it to print all of the document, you
  259. have to explicitly spell it out in the "Page Setup" box.
  260.  
  261. Is there a better workaround?
  262.  
  263. This is extraordinarily annoying to me, and I hope  Microsoft fixes it
  264. and gets it out to the users soon.
  265.  
  266. Bill Jefferys
  267.  
  268.  
  269. ------------------------------
  270.  
  271. From: qemp@endor.harvard.edu (group Qemp)
  272. Subject: SANE help
  273. Date: 28 Aug 87 13:36:01 GMT
  274. Organization: Aiken Computation Lab Harvard, Cambridge, MA
  275.  
  276. Inside Mac IV (p. 69) describes (new) SANE routines to scan and convert
  277. ASCII strings to binary numbers as documented in the Apple Numerics
  278. Manual.  A call to Addison-Wesley suggests that the revised version of
  279. the manual is not due out until March, 1988.  Does anyone know how to
  280. get this information now?
  281.  
  282. Also inSANE, does SANE check to see if there is a coprocessor and
  283. automatically take advantage of it if so?
  284.  
  285. How can I obtain documentation on pop up menus and hierarchical menus?
  286.  
  287. Finally, is there any canned software which extends the list manager to
  288. variable-width columns or must one begin again from scratch?
  289.  
  290. Thanks in advance for your help.
  291.  
  292. Peter Saeta (617-495-9616)
  293.  
  294.  
  295. ------------------------------
  296.  
  297. From: jteh@mulga.oz (J.T. Teh)
  298. Subject: Rotation Algorithm needed
  299. Date: 28 Aug 87 02:46:10 GMT
  300. Organization: Comp Sci, Melbourne Uni, Australia
  301.  
  302. I need a rotation algorithm that will allow me to rotate the contents of
  303. a bounding rectangle at a given angle. Currently, I am using the
  304. standard algorithm of rotating the point around the origin with
  305.     [ cosX -sinX ][ x ]
  306.     [ sinX  cosX ][ y ] 
  307. but this causes the resultant image to have "holes"
  308. in it if I am rotating a filled image (with black). Each set pixel in
  309. the bounding rectangle is rotated in this fashion and is very tedious as
  310. each row of pixels has to  be scanned. I know that this is a very slow
  311. method but I am currently stuck with it for want of a better method.
  312.  
  313. The free rotation method used in SuperPaint does not have this problem
  314. and I would like to know how those guys did it.
  315.  
  316. I am using the rotation as part of an Honours Project application in
  317. visual recognition and would appreciate it greatly if somebody could
  318. mail me a better algorithm. If there is anyone else who would be
  319. interested in such an algorithm, I will post the suggested algorithms on
  320. the news.
  321.  
  322. Thanks in advance.
  323.  
  324. J.T. Teh
  325. ===========================
  326. UUCP:    {seismo,mcvax,ukc,ubc-vision}!mulga!jteh
  327. ARPA:    jteh%mulga.oz@seismo.css.gov
  328. CSNET:    jteh%mulga.oz@australia
  329.  
  330. ------------------------------
  331.  
  332. From: steve@atux01.UUCP (S. Michaele)
  333. Subject: Re: 4th Dimension comments
  334. Date: 28 Aug 87 19:35:30 GMT
  335. Organization: AT&T CSEd/CET, Piscataway, N.J.
  336.  
  337. In article <1842@tekig5.TEK.COM>, danm@tekig5.TEK.COM (Daniel Milliron)
  338. writes:
  339. > I have been using 4th Dimension from Acius, Inc. for the past couple weeks
  340. > and have two comments for the net -- one good, one bad.
  341. > 1. First the Good:  ...
  342.  
  343. I certainly agree with you on this point, 4D is the best available. At
  344. the recent MacWorld Expo Adam Greene held a seminar showing the
  345. capabilities of 4D, Omnis 3+, Double Helix, and dBASE Mac, 4D certainly
  346. gets my vote as the most powerful, flexible, etc.  In addition, like you
  347. I've had my copy of 4D for a couple of weeks and am very impressed with
  348. its combination of power and ease of use.  There are certainly some
  349. things I'd like to change (moving back and forth between layouts, layout
  350. procedures, and global procedures can be a pain) but overall I'm a very
  351. satisfied customer. 
  352.  
  353. > 2. The Bad:  ...
  354.  
  355. It is not unusual in the industry to charge extra for an extra measure
  356. of support from a software publisher.  In addition many companies make 
  357. available additional information to users of their products through
  358. technical notes that usually have a limited distribution as opposed to
  359. being sent to every purchaser of the product (Note that Apple tech.
  360. notes are available through APDA for a fee or on many on-line services).
  361.  
  362. The registered developer program has several benefits beyond the
  363. publishing of technical notes, these include:
  364.  
  365.     o  50% discount on up to 5 copies of 4D
  366.     o  50% discount on runtime modules
  367.     o  a monthly mailing of tech notes, 4D news, and special offers
  368.     o  unlimited tech support via phone, MCI Mail, or Applelink
  369.     o  free upgrades or enhancements to 4D
  370.     o  invitations to 4D developer training sessions
  371.  
  372. As mentioned in your article Acius does make their tech notes available
  373. through Compuserve, so you don't have to join their program to obtain
  374. them. The documentation that comes with 4D is very complete although not
  375. always as clear as I would like in certain areas. To suggest that Acius
  376. supplement their documentation with the information in the technical
  377. notes for every purchaser of 4D seems unnecessary.  I personally know of
  378. no software publisher sending free monthly documentation updates to
  379. their registered owners.
  380.  
  381. Regarding the turnaround time for getting your technical question
  382. answered by Acius, I haven't had the need to give them a call yet
  383. (although I have been having a problem in a layout procedure that I'd
  384. like to discuss with them), so I can't really comment on their telephone
  385. support or their 'cockiness' as you put it. However, Guy Kawasaki, at
  386. MacWorld did mention that what Acius would like to have is 'fans' using
  387. their product, not just customers, so if there is a problem in obtaining
  388. tech support I imagine Acius would be willing to listen to any
  389. complaints and take some appropriate action.
  390.  
  391.                         Steve Michaele @ AT&T
  392.  
  393. Disclaimer: The opinions expressed above are my own and do not reflect those
  394.         of my employer, those involved in the contra-gate scandal, or
  395.         anyone else who might be offended by them.
  396.  
  397.         I have no direct connection with Acius, Inc. aside from being
  398.         a satisfied customer and a member of their developer support
  399.         program.
  400.  
  401.  
  402. ------------------------------
  403.  
  404. From: sho@tybalt.caltech.edu (Sho Kuwamoto)
  405. Subject: Hypercard Reports
  406. Date: 29 Aug 87 08:56:43 GMT
  407. Organization: California Institute of Technology
  408.  
  409. Does anyone know if it is possible to get Hypercard to print reports in
  410. a font other than Geneva?  (I'm just guessing it's Geneva.  I printed it
  411. on a LaserWriter, and I didn't bother to check it by disabling font
  412. substitution)
  413.  
  414.                         -Sho
  415.  
  416.  
  417. ------------------------------
  418.  
  419. From: sho@tybalt.caltech.edu (Sho Kuwamoto)
  420. Subject: Re: Learning Japanese
  421. Date: 29 Aug 87 09:00:12 GMT
  422. Organization: California Institute of Technology
  423.  
  424. Does anybody have any experience with the Kanji font used on the Mac? In
  425. particular, I would like to know how good it looks (Do they use it in
  426. menus and everything?  Jeez)
  427.  
  428.                         -Sho
  429.  
  430.  
  431. ------------------------------
  432.  
  433. From: winkler@apple.UUCP (Dan Winkler)
  434. Subject: Documentation on HyperCard External Commands
  435. Date: 29 Aug 87 05:29:17 GMT
  436. Organization: Apple Computer, Inc., Cupertino, USA
  437.  
  438. Ted Kaehler has put together a disk of interfaces, examples, and 
  439. documentation explaining how to use HyperCard external commands and
  440. functions.  The disk is available now from APDA and is called 
  441. "HyperCard's Magic Hooks".
  442.  
  443.  
  444. ------------------------------
  445.  
  446. From: mkhaw@teknowledge-vaxc.ARPA (Mike Khaw)
  447. Subject: 512KE Accelerators?
  448. Date: 30 Aug 87 04:24:23 GMT
  449. Organization: Teknowledge, Inc., Palo Alto CA
  450.  
  451. 1) whatever happened to Novy and Ryad, who both came out with 68020
  452.    add-ons before the SE and II were announced?
  453.  
  454. 2) I have a 512KE which is an upgrade from one of the early 128K Macs,
  455.    so I'm concerned that its power supply isn't up to memory-expansion
  456.    and/or accelerator boards -- so I'm more interested in ones that add
  457.    a power supply.  Of the ones I know about, only Levco's Prodigy (Prime?),
  458.    MacMemory's TurboMax, and Novy's board offer/include an extra power
  459.    supply.  What about the others?
  460.  
  461. Mike Khaw
  462. -- 
  463. internet:  mkhaw@teknowledge-vaxc.arpa
  464. usenet:       {hplabs|sun|ucbvax|decwrl|sri-unix}!mkhaw%teknowledge-vaxc.arpa
  465. USnail:       Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303
  466.  
  467.  
  468. ------------------------------
  469.  
  470. From: jpj@mss.UUCP (J. P. Jenal)
  471. Subject: Re: Trivial SE question
  472. Date: 30 Aug 87 06:39:53 GMT
  473. Organization: Mayfield Senior School, Pasadena, CA
  474.  
  475. I have also been having problems w/my new SE.  In particular, whichever
  476. DA runs first after a reboot works ok but other DAs then are hosed over.
  477. Ex., if Fade-To-Black has cleared the screen, using other DAs like Tops
  478. will complain about not being able to find enough memory.  Or worse yet,
  479. I will be asked to insert my hard disk!  Any ideas as to what is causing
  480. this?  I am running Finder 5.5 and System 4.1  Any help would be
  481. appreciated.
  482.  
  483.  
  484. Cheers...
  485.  
  486.     Jim Jenal        (aka ...!scgvaxd!mss!jpj)
  487.     Mayfield Senior School    ( "  ...!ihnp4!mss!jpj)
  488.  
  489.  
  490. ------------------------------
  491.  
  492. From: mrh@Shasta.STANFORD.EDU (Marc Hannah)
  493. Subject: VersaTerm in background under MultiFinder
  494. Date: 31 Aug 87 01:22:21 GMT
  495. Organization: Stanford University
  496.  
  497.  
  498.    I thought both current VersaTerm users and other people who do
  499. terminal  emulation would be excited to know that the latest release of
  500. VersaTerm supports full operation in background under MultiFinder. This
  501. means that you can receive information from the remote system exactly as
  502. if you were running in the foreground. This support includes full file
  503. transfer either to or from your remote system in background. VersaTerm
  504. under Multifinder includes many nice touches including automatic
  505. zoomdown of the terminal window when transfering files so you can easily
  506. click in the application  you wish to work with when you are transfering
  507. files. I've grown accustomed to having VersaTerm connected to our
  508. mainframe at all times so if I receive mail or interactive messages from
  509. other users, I get the usual beep when they arrive (just like in the
  510. foreground) and I can click in the VersaTerm window, check the new
  511. information, then click back in the other application and go back to
  512. work. The new versions which support MultiFinder in this method of
  513. operation are VersaTerm 3.1 and VersaTerm Pro 2.1. It is just yet
  514. another reason to go with VersaTerm in my opinion.
  515.    I don't want to add to the debate about multitasking here but this is
  516. multitasking if you ask me. It may not be the best form of multitasksing
  517. or suit everybody's taste but I'm glad this increased functionality
  518. exists.  
  519. David Gelphman  daveg%slacvm.bitnet@forsythe.stanford.edu
  520.  
  521. ------------------------------
  522.  
  523. From: avjewe@cvl.umd.edu (Andrew V Jewell)
  524. Subject: Re: Rotation Algorithm needed
  525. Date: 31 Aug 87 11:42:57 GMT
  526. Organization: Center for Automation Research, Univ. of Md.
  527.  
  528. Your algorithm is correct, just run it backwards. That is for each point
  529. in the destination rectangle, calculate which point in the original maps
  530. to it. Presto! no holes.
  531.  
  532. As for your speed problem, I think your out of luck. There are three
  533. things I can think of (probobly many I can't) none of which are very
  534. helpful.
  535. 1) special cases (30, 45, 90 and such)
  536. 2) rotate objects rather than dots if available
  537. 3) rather than the sin and cosine functions, use pre-filled arrays
  538.    (e.g. sin[45] instead of sin(45). This only works if you have a
  539.     well defined small domain)
  540.  
  541. Hope this helps, 
  542.  
  543.      Andy Jewell
  544.  
  545. disclaimer: I don't really know much about this stuff
  546.  
  547.  
  548. ------------------------------
  549.  
  550. From: berger@datacube.UUCP
  551. Subject: Re: Mac <-> VMEbus ??
  552. Date: 30 Aug 87 22:45:00 GMT
  553.  
  554.  
  555. Does the Mac II version support A32/D32 transfers between the Mac and
  556. the VME?
  557.                 Bob Berger 
  558.  
  559. Datacube Inc. Systems / Software Group    4 Dearborn Rd. Peabody, Ma 01960
  560. VOICE:    617-535-6644;    FAX: (617) 535-5643;  TWX: (710) 347-0125
  561. UUCP:    berger@datacube.COM,  ihnp4!datacube!berger
  562.     {seismo,cbosgd,cuae2,mit-eddie}!mirror!datacube!berger
  563.  
  564.  
  565. ------------------------------
  566.  
  567. From: ralph@lzfme.UUCP (R.BRANDI)
  568. Subject: Excel memory limits
  569. Date: 29 Aug 87 15:13:53 GMT
  570. Organization: AT&T, Middletown NJ
  571.  
  572. My dad has some 8 meg Mac IIs at work.  When he tried to create a very
  573. large database with the program, it would not address more than 785K of
  574. the memory.  His dealer found out that Excel cannot use more than 1 meg
  575. of memory.  Is there a patch available to bypass this limitation? 
  576. Thanks.
  577.  
  578. Ralph Brandi
  579.  
  580.  
  581.     ====      | Disclaimer: Just `cuz I work on the Death Star, 
  582.  ==OOO=====   | that doesn't mean I speak for Darth Vader...
  583. =OOOOOOO====  | Ralph Brandi, {ihnp4,mhuxt}!homxb!mtuxo!lzfme!ralph
  584. =OOOOOOO====  | Kopykat (k) 1987, R.A.Brandi
  585.  ==OOO=====   | All Rights Reserved, All Jams Preserved,
  586.     ====      | All Nasty Comments Soundly Deserved...
  587.  
  588.  
  589. ------------------------------
  590.  
  591. From: eacj@batcomputer.tn.cornell.edu (Julian Vrieslander)
  592. Subject: Bug in TMON 2.8
  593. Date: 1 Sep 87 04:56:21 GMT
  594. Organization: Cornell Theory Center, Cornell University, Ithaca NY
  595.  
  596. The new TMON version 2.8 has a rather serious bug that clobbers
  597. clipboard operations.  I first noticed this when copying/pasting between
  598. windows began to fail in LightspeedC.
  599.  
  600. The folks at ICOM Simulations are aware of the bug.  Evidently it only
  601. occurs when the monitor is loaded by launching the TMON application.  If
  602. you use the TMON Startup init the problem does not occur.  
  603.  
  604. -- 
  605. Julian Vrieslander    (607) 255-3594
  606. Neurobiology & Behavior, W250 Mudd Hall, Cornell University, Ithaca NY 14853    
  607. UUCP: {cmcl2,decvax,rochester,uw-beaver,ihnp4}!cornell!batcomputer!eacj
  608. ARPA: eacj@tcgould.tn.cornell.edu     BITNET: eacj@CRNLTHRY
  609.  
  610.  
  611. ------------------------------
  612.  
  613. From: korn@cory.Berkeley.EDU (Peter "Arrgh" Korn)
  614. Subject: SIMM RAM for the MacII
  615. Date: 1 Sep 87 05:09:35 GMT
  616. Organization: What, me organized???
  617.  
  618.  
  619. A few weeks ago comp.sys.mac saw a discussion of SIMM RAM for the MacII,
  620. with the consensus being that one *had* to use either 120 or 100 ns RAM
  621. SIMMS (which all the new Mac+ and SEs had in 'em anyway).  Well, we 
  622. just upgraded our Mac+ to 2 Meg via the DOVE 2H board, and I decided to
  623. put the 256K SIMMs into my MacII.  Trouble was, these SIMMS were the 
  624. older 150ns SIMMs.  But, lo and behold, THEY WORKED.  I haven't had a 
  625. chance to benchmark 'em, but as far as I can tell, they're causing no
  626. problems.
  627.  
  628. So, it seems that 150ns DRAMs are perfectly kosher for a MacII.  When I
  629. get a chance, I'll run some timing benchmarks, and re-post those
  630. findings.
  631.  
  632.  
  633. Peter
  634.  
  635. P.S.  The Dove upgrade worked quite well, and I'm very happy with it.  To
  636.       get only 2 Meg out of it (vs. 2.5 Meg), you have to solder a 150 ohm
  637.       resistor onto the motherboard.  After doing that, it works fine.
  638. --
  639. Peter "Arrgh" Korn
  640. korn@ucbvax.Berkeley.EDU
  641. {decvax,dual,hplabs,sdcsvax,ulysses}!ucbvax!korn
  642.  
  643. ------------------------------
  644.  
  645. From: tim@hoptoad.uucp (Tim Maroney)
  646. Subject: Re: HyperCard Availability
  647. Date: 1 Sep 87 05:02:45 GMT
  648. Organization: Centram Systems, Berkeley
  649.  
  650. In article <3841@well.UUCP> alcmist@well.UUCP (Frederick Wamsley)
  651. writes:
  652. >I thought the absence of data structures in Hypertalk was a serious problem
  653. >until one of my coworkers pointed out that a card is a structure, with
  654. >individually addressable fields.
  655. >-- 
  656. >Fred Wamsley  {dual,hplabs}!well!alcmist;well!alcmist@lll-crg.arpa;
  657. >CIS 72247,3130; GEnie FKWAMSLEY;ATT Mail fwamsley; other uucp 
  658. >uw-beaver!uw-june!bcsaic!asymet!fred; USPS - why bother?
  659.  
  660. Yes and no.  First, fields are the HyperCard objects I have the most
  661. trouble with; it doesn't seem to be possible to use "target" in handling
  662. messages to them, passing them actually passes the text so that
  663. resetting them doesn't do anything globally, and if they are used in a
  664. "structured" hidden way, then you have to put in utility scripts to deal
  665. with them conveniently.
  666.  
  667. Second, it is often neccessary to impose more structure than a per-card
  668. structure.  For instance, suppose you have a number of polygons in a
  669. card. Each polygon is stored as a hidden field that has a list of the
  670. corners, one per line, in x,y (item) format.  So then you can get point
  671. n by saying "line n of field f", and the x of that by saying "item 1 of
  672. line n of field f". What you have are not data structures, but arrays. 
  673. Much less powerful, much less readable, much less maintainable.
  674.  
  675. You can build data structures on top of arrays, but I wouldn't place any
  676. bets on the performance of an *interpreted* system using such
  677. techniques.
  678.  
  679. What is really needed is an addition of real data structures to the
  680. language.  I think a form letter metaphor would work quite well and be
  681. true to Apple's design goals.
  682. -- 
  683. Tim Maroney, {ihnp4,sun,well,ptsfa,lll-crg,frog}!hoptoad!tim (uucp)
  684. hoptoad!tim@lll-crg (arpa)
  685.  
  686.  
  687. ------------------------------
  688.  
  689. From: umdcs@umn-cs.UUCP (The UMD Guy .. )
  690. Subject: Humble Expert System Shell
  691. Date: 31 Aug 87 16:21:32 GMT
  692. Organization: University of Minnesota, Minneapolis
  693.  
  694. I am interested in hearing from anyone who is using Smalltalk/Humble 
  695. particularly (especially) on a Mac.  A few questions:
  696.  
  697.      Is one meg of memory enough?
  698.      Are there any bugs that can't be worked around? 
  699.         (e.g. Tracing forward and backwards for rule explanation)
  700.      Does Humble integrate with any other packages, if so, which?
  701.  
  702.  
  703.    Thanks in advance .. 
  704.  
  705.     -Jeff
  706.  
  707.  
  708. ------------------------------
  709.  
  710. From: thomas%spline.uucp@utah-gr.UUCP (Spencer W. Thomas)
  711. Subject: Re: Rotation Algorithm needed
  712. Date: 1 Sep 87 15:50:47 GMT
  713. Organization: Univ of Utah CS Dept
  714.  
  715.  
  716. There are several algorithms for doing this, all based on a "scanline"
  717. method.  The basic idea is to skew the image first in the X direction,
  718. then in the Y direction.  You can accomplish a rotation up to 45deg with
  719. this technique.  To get rotations > 45 degrees, you first rotate by a
  720. multiple of 90 (easily accomplished).  Some references:
  721.     Catmull, E. and Smith, A.R., "3-D Transformations of Images in
  722.     Scanline Order", Computer Graphics, Vol 14, No 3, July 1980
  723.     (SIGGRAPH '80 Conference Proceedings).
  724.  
  725.     Fant, K., "A Nonaliasing, Real-Time Spatial Transform
  726.     Technique", IEEE Computer Graphics and Applications, January
  727.     1986, (See also Letters to the Editor, IEEE CG&A, March 1986
  728.     and July 1986.)
  729.  
  730.     Paeth, A., "A Fast Algorithm for General Raster Rotation",
  731.     Graphics Interface '86 Proceedings, May 1986.
  732.  
  733. I will attempt a picture demonstrating the technique:
  734.  
  735. ..............                      ..............           ....
  736. .            .                     .         .           .    ...
  737. .            .      X skew           .         .  Y skew  ..        ...
  738. .            .      ------>      .            .   -----> .             ...
  739. .            .             .              .          ...               ..
  740. .            .            .             .              ...           ..
  741. ..............             ..............                  ...       .
  742.  
  743. =Spencer   ({ihnp4,decvax}!utah-cs!thomas, thomas@cs.utah.edu)
  744.  
  745. ------------------------------
  746.  
  747. End of Usenet Mac Digest
  748. ************************
  749. -------
  750. -------
  751.